package com.om.calculator;

import org.junit.Test;

public class BinaryOperatorTest {
    @Test
    public void resultPutOnStack() {

    }
}
